Completely remove any use of GtkWindow allow-grow and allow-shrink properties
authorJavier Jardón <jjardon@gnome.org>
Sat, 7 Aug 2010 15:07:17 +0000 (17:07 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sat, 7 Aug 2010 15:19:16 +0000 (17:19 +0200)
commit3ccc617052cbd85a066aba2d17c6983551f6d499
tree50b457b567cc6a13aa6589c9877675fe4cda93b3
parent4198dd8519c3bce56f51b071e9ee0477fe6c3a26
Completely remove any use of GtkWindow allow-grow and allow-shrink properties

These have been deprecated and removed from master.
GtkWindow:resizable should be used instead.
This completes commit 1a03a65e36b6288f7854da30bf89b86ad3592726

Reported by Benjamin Otte
demos/testpixbuf.c
docs/sizing-test.txt
docs/tutorial/gtk-tut.sgml
gtk/gtk.symbols
gtk/gtkwindow-decorate.c
gtk/gtkwindow.c
tests/simple.c
tests/testgtk.c
tests/testmultiscreen.c
tests/testrgb.c